home *** CD-ROM | disk | FTP | other *** search
- struct GfxBase *GfxBase = NULL;
- struct DosLibrary *DosBase = NULL;
- struct IntuitionBase *IntuitionBase = NULL;
- struct ExecBase *ExecBase = NULL;
- struct Library *DiskFontBase = NULL;
- struct Library *GadToolsBase = NULL;
- struct Library *ImageBase = NULL;
-
- /* Prototypy */
- int SetupScreen( void );
- void CloseDownScreen( void );
- int OpenDisplay( WORD, WORD );
- void CloseDisplay(void );
- UWORD ComputeX( UWORD );
- UWORD ComputeY( UWORD );
- void ComputeFont( void );
- LONG OpenLibraries( void );
- void CloseLibraries( void );
- int OpenFonts( void );
- void CloseFonts( void );
-